SyServiceJobSequenceInstance 
Logical Entity Name  SyServiceJobSequenceInstance 
Default Table Name  SyServiceJobSequenceInstance 
Physical Only  NO 
Definition 
 
Note 
 

SyServiceJobSequenceInstance Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SyServiceJobSequenceInstanceId(PK)    int  NO 
 
SyServiceJobSequenceInstanceDataId(FK)    int  NO 
 
SyTaskScheduleId(FK)    int  YES 
 
JobSequenceStatus    char(1)  NO 
 
StartDate    datetime  NO 
 
EndDate    datetime  NO 
 
ReasonFailure    nvarchar(max)  NO 
 
UserId(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 

SyServiceJobSequenceInstance Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_SyServiceJobSequenceInstance_SyServiceJobSequenceInstanceId  PrimaryKey  SyServiceJobSequenceInstanceId 

SyServiceJobSequenceInstance Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
SyServiceJobSequenceInstanceData  Non-Identifying  One To Zero or More  FK_SyServiceJobSequenceInstanceJobSequenceInstanceDataId_SyServiceJobSequenceInstanceDataJobSequenceInstanceDataId      SyServiceJobSequenceInstanceDataId  NO  YES 
SyTaskSchedule  Non-Identifying  Zero or One to Zero or More  FK_SyServiceJobSequenceInstanceTaskScheduleId_SyTaskScheduleTaskScheduleId      SyTaskScheduleId  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_SyServiceJobSequenceInstanceUserId_SyStaffSyStaffId      UserId  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
SyServiceRequest  Non-Identifying  One To Zero or More  FK_SyServiceRequestJobSequenceInstanceId_SyServiceJobSequenceInstanceJobSequenceInstanceId        NO  YES 

SyServiceJobSequenceInstance Check Constraints 
Check Constraint Name  CheckConstraint